Remove Xen-specific param.h: has only cosmetic change from mainline.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 9 Feb 2006 23:00:17 +0000 (00:00 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 9 Feb 2006 23:00:17 +0000 (00:00 +0100)
-#define CLOCKS_PER_SEC        (USER_HZ)       /* like times() */
+# define CLOCKS_PER_SEC                (USER_HZ)       /* like times() */

Signed-off-by: Chris Wright <chrisw@sous-sol.org>
linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/param.h [deleted file]

diff --git a/linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/param.h b/linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/param.h
deleted file mode 100644 (file)
index 8d29464..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef _ASMx86_64_PARAM_H
-#define _ASMx86_64_PARAM_H
-
-#ifdef __KERNEL__
-# include <linux/config.h>
-# define HZ            CONFIG_HZ       /* Internal kernel timer frequency */
-# define USER_HZ       100             /* .. some user interfaces are in "ticks */
-# define CLOCKS_PER_SEC                (USER_HZ)       /* like times() */
-#endif
-
-#ifndef HZ
-#define HZ 100
-#endif
-
-#define EXEC_PAGESIZE  4096
-
-#ifndef NOGROUP
-#define NOGROUP                (-1)
-#endif
-
-#define MAXHOSTNAMELEN 64      /* max length of hostname */
-
-#endif